home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
text
/
hyper
/
hsc_source.lha
/
source
/
hsclib
/
size.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-19
|
189 b
|
14 lines
/*
** size.h
**
** get size of link destination (WIDTH, HEIGHT)
**
*/
#ifndef HSC_SIZE_H
#define HSC_SIZE_H
extern BOOL get_attr_size( HSCPRC *hp, HSCTAG *tag );
#endif /* HSC_SIZE_H */